MY字典>英语词典>instruction execution翻译和用法

instruction execution

英 [ɪnˈstrʌkʃn ˌeksɪˈkjuːʃn]

美 [ɪnˈstrʌkʃn ˌeksɪˈkjuːʃn]

网络  指令执行

计算机

英英释义

noun

  • (computer science) the process of carrying out an instruction by a computer
      Synonym:execution

    双语例句

    • Research and Analysis of the Value Prediction and Instruction Reuse Techniques in Speculated Execution
      推测执行中值预测与指令重用技术的研究与分析
    • This paper has discussed the relationship between the machine cycle and instruction execution time for superscalar RISC architecture, issuing multiple instructions in one machine cycle. Several new design features of superscalar RISC architecture with single execution unit and multiple function units have been analysed.
      本文讨论超标量RISC结构中单周期发多条指令中周期和执行指令时间的相对关系,并分析了新型超标量RISC结构的实现方案,其中包括具有单个执行部件和多个执行部件的结构。
    • A4-stage instruction pipeline for instruction execution makes at-speed test possible.
      四级指令流水线的引入使全速测试成为可能。
    • In other words, software interrupts always occur at the beginning of an instruction execution cycle.
      换句话说,软件中断常常在指令运行周期的开始。
    • Based on the ( program counter) PC arbitrage strategy of multi-path execution, designing fetch instruction unit suit for selective dual path execution.
      通过研究多路径执行中的PC仲裁机制,设计适合双路径执行结构的取指部件。
    • This article probes into a kind of encryption method for files, which is different from the usual way. It also studies the encryption method for instruction inverse execution, which means how to use inverse instruction stream to realize the file encryption.
      研究一种打破常规的文件加密方法,指令的逆运动加密方法,即如何采用逆指令流来实现对计算机文件的加密。
    • Composite electronic System is the hinge of the Pico-satellite, which undertakes the work of data processing, data storage, data transmission, Instruction code transmission and Instruction execution.
      综合电子系统是皮卫星的数据和指令枢纽,承担皮卫星数据处理、数据存储、数据传输及指令收发、响应等重要任务,是皮卫星的核心组成部分。
    • Bochs was developed purely in the C++ language for interpreted x86 instruction execution and platform emulation.
      对于解译的x86指令执行和平台仿真,Bochs完全是用C++语言开发的。
    • But in reality, the upper software drives the underlying hardware, for example different instruction execution and data access affect the underlying hardware circuit directly and result in different power generation.
      但在实际情况中,底层硬件受上层软件驱动,例如不同指令执行和数据存取等软件指令直接影响底层硬件的电路活动,导致不同功耗产生。
    • A technique whereby the receiver fetches the next instruction before completing execution of the previous instruction, in order to increase processing speed.
      在前一条指令全部执行完之前就开始取下一条指令,以提高处理速度的一种技术。